home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 76 / MF_UK_76_1.iso / Education Feature / MicroWorlds 2.03 Try Me / MicroWorlds 2.03 Try Me.rsrc / TEXT_141_createprojectvar.txt < prev    next >
Encoding:
Text File  |  1998-05-08  |  398 b   |  10 lines

  1. createprojectvar  word
  2.  
  3. Stands for create project variable. Creates a project variable represented by a command and a reporter. For example, if the project variable "amount" is created, the command setamount sets its value, and amount reports its value. Project variables are saved with your project. See projectvars, make, and name.
  4.  
  5. Example: 
  6.  
  7. createprojectvar "amount
  8. setamount 22
  9. show amount
  10. 22